github.com/andybalholm/brotli.prefixCodeRange.nbits (field)

4 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L24: 	nbits  uint32
		brotli_bit_stream.go#L77: 	*n_extra = kBlockLengthPrefixCode[*code].nbits
		decode.go#L849: 	nbits = kBlockLengthPrefixCode[code].nbits /* nbits == 2..24 */
		decode.go#L866: 		var nbits uint32 = kBlockLengthPrefixCode[index].nbits